home *** CD-ROM | disk | FTP | other *** search
-
-
-
- RAWSTAT User Commands RAWSTAT
-
-
-
- _________________________________________________________________
-
- NNAAMMEE
- rawstat - Print kernel statistics in a raw format: <field
- value>
-
- SSYYNNOOPPSSIISS
- rraawwssttaatt [_o_p_t_i_o_n_s]
-
- OOPPTTIIOONNSS
- --aallll Dump all the following stats.
-
- --ffss Dump FS stats defined in <kernel/fsStat.h>.
-
- --pprroocc Dump migration stats defined in
- <kernel/procMigrate.h>.
-
- --rreeccoovv Dump recovery stats defined in <kernel/recov.h>.
-
- --rrppcc Dump RPC stats defined in <rpc.h>.
-
- --vvmm Dump VM stats defined in <vmStat.h>.
-
- --zzeerroo Print out zero valued fields, too.
-
- --nnooiiddllee Don't dump idle ticks.
-
- _________________________________________________________________
-
-
- DDEESSCCRRIIPPTTIIOONN
- This program prints out kernel statistics in a raw, uninter-
- preted format. This allows all the counters kept by the
- kernel to be dumped and processed later. The program first
- prints a line containing the host's name and the current
- time. Then, if --nnooiiddllee is not specified, the kernel's
- Sched_Instruments information is printed. This includes the
- idle time of the host (see <kernel/sched.h>). Then other
- statistics are printed depending on the options. See the
- indicated header files for further documentation. If --zzeerroo
- is specified then all fields, even those with a zero valued
- counter, are printed.
-
- This program is semi-automatically generated with the help
- of the printFields awk script that is kept in the source
- directory.
-
-
- KKEEYYWWOORRDDSS
- statistics
-
-
-
-
-
-
-
- Sprite v.1.0 Printed: July 9, 1991 1
-
-
-
-